* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

section, body {
  font-family: "Montserrat", sans-serif;
  width: 100vw;
  overflow-x: hidden;
}

[data-aos] {
  will-change: transform;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.short-container {
  max-width: 992px;
  margin: 0 auto;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fs16 {
    font-size: 14px;
  }
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs28 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .fs28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .fs28 {
    font-size: 20px;
  }
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.fw800 {
  font-weight: 800;
}

._Pwhite {
  color: #fff;
}

._Pblack {
  color: #000;
}

.global-button {
  font-size: 18px;
  padding: 0.8rem 2.5rem;
  border-radius: 50px;
  color: #fff;
  background-color: #5B7C43;
  box-shadow: 2px -2px 0px 0px #5B7C43;
  border: none;
}
.global-button:hover {
  background-color: #F3F8F2 !important;
  box-shadow: 2px -2px 0px 0px #5B7C43;
  color: #5B7C43 !important;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .global-button {
    padding: 0.5rem 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .global-button {
    padding: 0.5rem 1.5rem;
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  p {
    font-size: 14px;
  }
}

.headin-bold-green {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #879C55 !important;
}

.privacy-policy {
  padding: 2rem 0;
}
.privacy-policy h1 {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 1rem;
  color: #879C55;
}
@media screen and (max-width: 767px) {
  .privacy-policy h1 {
    padding-bottom: 1.5rem;
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .privacy-policy h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .privacy-policy h1 {
    font-size: 22px;
  }
}
.privacy-policy h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #879C55 !important;
  padding: 0.8rem 0;
}
.privacy-policy p {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .privacy-policy p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .privacy-policy p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .privacy-policy p {
    font-size: 14px;
  }
}
.privacy-policy a {
  color: #879C55 !important;
}
.privacy-policy ul li {
  list-style: disc !important;
  margin-left: 2rem;
  padding: 0.5rem 0;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .privacy-policy ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .privacy-policy ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .privacy-policy ul li {
    font-size: 14px;
  }
}

.header-top {
  position: absolute;
  top: 3rem;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.header-top.sticky {
  position: sticky !important;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateX(0%);
  animation: slideDown 0.3s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
}
.header-top.sticky .navbar {
  padding: 0 !important;
}
.header-top.sticky .navbar .brand-logo {
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .header-top {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .header-top {
    padding: 0 0rem;
  }
}
@media screen and (max-width: 767px) {
  .header-top .header-nav {
    padding: 0;
  }
}
.header-top .header-nav .brand-logo {
  background-color: #fff;
  border-radius: 50px;
  padding: 0 2rem;
  box-shadow: -5px 0px 18px -6px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 767px) {
  .header-top .header-nav .brand-logo {
    box-shadow: none;
    border-radius: 0px;
  }
}
.header-top .header-nav .brand-logo img {
  max-width: 125px;
  max-width: 125px;
  filter: invert(0) brightness(0);
}
.header-top .header-nav .brand-logo .navbar-list-items li {
  margin: 0 2rem;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .header-top .header-nav .brand-logo .navbar-list-items li {
    margin: 0 1rem;
  }
}
.header-top .header-nav .brand-logo .navbar-list-items li a {
  color: #879C55;
}
.header-top .header-nav .brand-logo .navbar-list-items li a:hover {
  font-weight: 600;
  color: #214e00;
  transition: font-weight 0.2s ease;
}
.header-top .header-drop-items li {
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .header-top .global-button {
    margin-bottom: 1rem;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.to-top-button {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #879C55;
  border-radius: 50px;
  text-align: center;
  align-content: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.17);
}

.to-top-button.show {
  opacity: 1;
  visibility: visible;
}

.top-space-color {
  background-color: #879C55;
  padding: 1rem 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .top-space-color {
    display: none;
  }
}
.top-space-color ul li {
  margin: 0 1rem;
  color: #fff;
}
.top-space-color ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .top-space-color ul li a {
    font-size: 12px;
  }
}
.top-space-color ul li a:hover {
  color: #214e00;
}

.about-bg-gradient {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-bg-gradient {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .about-bg-gradient {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-bg-gradient {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .about-bg-gradient {
    padding-bottom: 6rem;
  }
}
.about-bg-gradient .header-top-content .top-content-left {
  padding: 8rem 1rem 0rem 0rem;
}
@media screen and (max-width: 767px) {
  .about-bg-gradient .header-top-content .top-content-left {
    padding: 5rem 1rem 0rem 0rem;
  }
}
@media screen and (max-width: 575px) {
  .about-bg-gradient .header-top-content .top-content-left {
    padding: 4rem 1rem 0rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .about-bg-gradient .header-top-content .top-content-left {
    padding: 7rem 1rem 0rem 1rem;
  }
}
.about-bg-gradient .header-top-content .top-content-left h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
  background: linear-gradient(to right, #879C55, #97A355);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1199px) {
  .about-bg-gradient .header-top-content .top-content-left h1 {
    font-size: 52px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-bg-gradient .header-top-content .top-content-left h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-bg-gradient .header-top-content .top-content-left h1 {
    font-size: 32px;
    line-height: 35px;
  }
}
.about-bg-gradient .header-top-content .top-content-left p {
  font-size: 16px;
  font-weight: 400;
  margin: 1rem 0;
}
@media screen and (max-width: 991px) {
  .about-bg-gradient .header-top-content .top-content-left p {
    font-size: 13px;
  }
}
.about-bg-gradient .header-top-content .top-content-right-slider .content-right-slider-slides .tatrapack-slider {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: relative;
}
.about-bg-gradient .header-top-content .top-content-right-slider .content-right-slider-slides .tatrapack-slider .tatrapack-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .header-new-slider {
    margin-top: 77px;
  }
}
.header-new-slider .header-new-slides img {
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header-new-slider .header-new-slides img.web {
    display: none;
  }
}
.header-new-slider .header-new-slides img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-new-slider .header-new-slides img.mobile {
    display: block;
  }
}

.about-us-area .aboutus-content {
  padding: 7rem 0 6rem 0;
  background-color: #879C55;
  border-radius: 0 0 50px 50px;
  position: relative;
  z-index: 5;
  transform: translateY(0em);
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content .aboutus-content-resp {
    flex-direction: column-reverse !important;
  }
  .about-us-area .aboutus-content .aboutus-content-resp .about-excellence {
    border-bottom: none;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-us-area .aboutus-content {
    padding: 5rem 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content {
    padding: 4rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content {
    padding: 4rem 1rem;
  }
}
.about-us-area .aboutus-content .about-mission {
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content .about-mission {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .about-us-area .aboutus-content .about-mission {
    padding-bottom: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .about-us-area .aboutus-content .about-mission {
    flex-direction: column;
  }
}
.about-us-area .aboutus-content .about-mission .about-mission-items {
  padding: 5rem 1rem 3rem 1rem;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  position: relative;
  flex-basis: 50%;
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items {
    padding: 3rem 0.5rem 2rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items {
    padding: 5rem 1rem 3rem 1rem;
  }
}
.about-us-area .aboutus-content .about-mission .about-mission-items h6 {
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items h6 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items h6 {
    font-size: 24px;
  }
}
.about-us-area .aboutus-content .about-mission .about-mission-items p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items p {
    font-size: 14px;
  }
}
.about-us-area .aboutus-content .about-mission .about-mission-items:nth-child(1) {
  background-color: #5B7C43;
  margin-right: 0.5rem;
}
@media screen and (max-width: 575px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items:nth-child(1) {
    margin-top: 1rem;
  }
}
.about-us-area .aboutus-content .about-mission .about-mission-items:nth-child(2) {
  background-color: #4A6B28;
  margin: 0 1rem;
}
@media screen and (max-width: 575px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items:nth-child(2) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items:nth-child(2) {
    margin: 3rem 0rem 1rem 0rem;
  }
}
.about-us-area .aboutus-content .about-mission .about-mission-items .mission-image {
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 0.5rem;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items .mission-image {
    top: -30px;
  }
}
.about-us-area .aboutus-content .about-mission .about-mission-items .mission-image img {
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items .mission-image img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items .mission-image img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content .about-mission .about-mission-items .mission-image img {
    width: 65px;
    height: 65px;
  }
}
.about-us-area .aboutus-content .about-excellence {
  color: #fff;
  border-bottom: 8px dotted #fff;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content .about-excellence {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .about-us-area .aboutus-content .about-excellence {
    padding-top: 1.5rem;
  }
}
.about-us-area .aboutus-content .about-excellence h1 {
  font-size: 42px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .about-us-area .aboutus-content .about-excellence h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-us-area .aboutus-content .about-excellence h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content .about-excellence h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-area .aboutus-content .about-excellence h1 {
    font-size: 32px;
  }
}
.about-us-area .aboutus-content .about-excellence P {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .about-us-area .aboutus-content .about-excellence P {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-area .aboutus-content .about-excellence P {
    font-size: 14px;
  }
}

.about-partners {
  background-color: #4A6B28;
  padding: 2.5rem 0;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-partners {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .about-partners {
    padding: 1.5rem 0;
  }
}
.about-partners .our-partners-heading h1 {
  white-space: nowrap;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-partners .our-partners-heading h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .about-partners .our-partners-heading h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-partners .our-partners-heading h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .about-partners .our-partners-heading h1 {
    font-size: 26px;
  }
}
.about-partners .company-partner-slider {
  align-items: center;
}
@media screen and (max-width: 575px) {
  .about-partners .company-partner-slider .company-logo-slide {
    padding: 1rem 0;
  }
}
.about-partners .company-partner-slider .company-logo-slide .partner-company-slides .company-logo-images img {
  padding: 0.3em;
  max-width: 100%;
  aspect-ratio: 3/1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .about-partners .company-partner-slider .company-logo-slide .partner-company-slides .company-logo-images img {
    aspect-ratio: 2/1;
  }
}

.our-solutions {
  padding: 4rem 0;
}
@media screen and (max-width: 1199px) {
  .our-solutions {
    padding: 2.5rem 0;
  }
}
.our-solutions h2 {
  padding-bottom: 2rem;
  font-size: 42px;
  font-weight: 800;
  color: #879C55;
}
@media screen and (max-width: 767px) {
  .our-solutions h2 {
    font-size: 32px;
  }
}
.our-solutions .our-solutions-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 2rem 0;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .our-solutions .our-solutions-items {
    gap: 1rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 991px) {
  .our-solutions .our-solutions-items {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .our-solutions .our-solutions-items {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .our-solutions .our-solutions-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-solutions .our-solutions-items .solution-item .solution-image {
  margin-right: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our-solutions .our-solutions-items .solution-item .solution-image {
    margin-top: 1rem;
  }
}
.our-solutions .our-solutions-items .solution-item .solution-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .our-solutions .our-solutions-items .solution-item .solution-image img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .our-solutions .our-solutions-items .solution-item .solution-image img {
    border-radius: 16px;
  }
}
.our-solutions .our-solutions-items .solution-item .solution-image:hover::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .our-solutions .our-solutions-items .solution-item .solution-image:hover::after {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .our-solutions .our-solutions-items .solution-item .solution-image:hover::after {
    border-radius: 16px;
  }
}
.our-solutions .our-solutions-items .solution-item .solutions-content p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  color: #879C55;
  color: #879C55;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .our-solutions .our-solutions-items .solution-item .solutions-content p:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .our-solutions .our-solutions-items .solution-item .solutions-content p:nth-child(1) {
    font-size: 24px;
    margin-top: 0;
  }
}
.our-solutions .our-solutions-items .solution-item .solutions-content p:nth-child(2) {
  font-size: 16px;
  padding-right: 1rem;
}
@media screen and (max-width: 991px) {
  .our-solutions .our-solutions-items .solution-item .solutions-content p:nth-child(2) {
    font-size: 14px;
  }
}

.why-chooseus {
  padding: 4rem 0 1rem 0;
  background-color: #879C55;
}
@media screen and (max-width: 767px) {
  .why-chooseus {
    padding: 2rem 0 1rem 0;
  }
}
.why-chooseus .why-chooseus-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .why-chooseus .why-chooseus-content {
    grid-template-columns: 1fr;
  }
}
.why-chooseus .why-chooseus-content .choose-left {
  align-content: center;
}
.why-chooseus .why-chooseus-content .choose-left h3 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .why-chooseus .why-chooseus-content .choose-left h3 {
    font-size: 32px;
  }
}
.why-chooseus .why-chooseus-content .choose-left p {
  font-size: 16px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .why-chooseus .why-chooseus-content .choose-left p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .why-chooseus .why-chooseus-content .choose-left p {
    font-size: 14px;
  }
}
.why-chooseus .why-chooseus-content .choose-left ul {
  margin-bottom: 2rem;
}
.why-chooseus .why-chooseus-content .choose-left ul li {
  list-style: disc !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-left: 1rem;
}
.why-chooseus .why-chooseus-content .choose-middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 575px) {
  .why-chooseus .why-chooseus-content .choose-middle img {
    display: none;
  }
}
.why-chooseus .choose-right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  .why-chooseus .choose-right {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .why-chooseus .choose-right {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .why-chooseus .choose-right {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .why-chooseus .choose-right {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
}
.why-chooseus .choose-right .choose-right-items {
  border-radius: 50px;
  padding: 1.5rem 1rem;
  align-items: center;
  margin-bottom: 1rem;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .why-chooseus .choose-right .choose-right-items {
    padding: 1.5rem 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .why-chooseus .choose-right .choose-right-items {
    margin-bottom: 0.2rem;
    padding: 1rem 1rem;
  }
}
.why-chooseus .choose-right .choose-right-items .choose-right-items-image {
  background-color: #879C55 !important;
  padding: 0.5rem;
  border-radius: 50px;
  margin-right: 1rem;
  display: inline-block;
}
.why-chooseus .choose-right .choose-right-items .choose-right-items-image img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: invert(1) brightness(2);
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-items-image img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-items-image img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-items-image img {
    width: 65px;
    height: 65px;
  }
}
.why-chooseus .choose-right .choose-right-items .choose-right-item-content h6 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-item-content h6 {
    font-size: 18px;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-item-content h6 {
    font-size: 14px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-item-content h6 {
    font-size: 22px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-item-content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-item-content p {
    font-size: 14px;
  }
}
.why-chooseus .choose-right .choose-right-items .choose-right-item-content ul li {
  list-style: disc !important;
  margin: 0.5rem 0 0.2rem 2rem;
}
@media screen and (max-width: 1199px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-item-content ul li {
    margin: 0.5rem 0 0.2rem 1.5rem;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-item-content ul li {
    margin: 0.5rem 0 0.2rem 1rem;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .why-chooseus .choose-right .choose-right-items .choose-right-item-content ul li {
    margin: 0.5rem 0 0.2rem 2rem;
    font-size: 18px;
  }
}
.why-chooseus .choose-right .choose-right-items:nth-child(1) {
  background-color: #5B7C43;
  border: 1px solid #5B7C43;
}
.why-chooseus .choose-right .choose-right-items:nth-child(2) {
  background-color: #4A6B28;
  border: 1px solid #4A6B28;
}
.why-chooseus .choose-right .choose-right-items:nth-child(3) {
  background-color: #5B7C43;
  border: 1px solid #5B7C43;
}
.why-chooseus .choose-right .choose-right-items:nth-child(4) {
  background-color: #4A6B28;
  border: 1px solid #4A6B28;
}

.established-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: none;
}
@media screen and (max-width: 767px) {
  .established-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
.established-area .established-left {
  padding: 4rem 1rem 4rem 8rem;
  color: #879C55;
}
@media screen and (max-width: 1199px) {
  .established-area .established-left {
    padding: 3rem 1rem 3rem 5rem;
  }
}
@media screen and (max-width: 991px) {
  .established-area .established-left {
    padding: 2rem 0rem 2rem 3rem;
  }
}
@media screen and (max-width: 575px) {
  .established-area .established-left {
    padding: 2rem 0rem 2rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .established-area .established-left {
    padding: 2rem 0rem 2rem 1rem;
  }
}
.established-area .established-left h1 {
  font-size: 42px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .established-area .established-left h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .established-area .established-left h1 {
    font-size: 32px;
  }
}
.established-area .established-left p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .established-area .established-left p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .established-area .established-left p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .established-area .established-left p {
    font-size: 14px;
  }
}
.established-area .established-left ul li {
  list-style: disc !important;
  font-size: 18px;
  font-weight: 500;
  margin-left: 2rem;
}
@media screen and (max-width: 1199px) {
  .established-area .established-left ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .established-area .established-left ul li {
    font-size: 14px;
  }
}
.established-area .established-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sustainability {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sustainability {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
.sustainability .sustainability-right {
  padding: 4rem 1rem 4rem 8rem;
  color: #879C55;
}
@media screen and (max-width: 1199px) {
  .sustainability .sustainability-right {
    padding: 3rem 1rem 3rem 5rem;
  }
}
@media screen and (max-width: 991px) {
  .sustainability .sustainability-right {
    padding: 2rem 1rem 2rem 3rem;
  }
}
@media screen and (max-width: 480px) {
  .sustainability .sustainability-right {
    padding: 2rem 1rem 2rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .sustainability .sustainability-right p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .sustainability .sustainability-right p {
    font-size: 14px;
  }
}
.sustainability .sustainability-right h1 {
  font-size: 42px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .sustainability .sustainability-right h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .sustainability .sustainability-right h1 {
    font-size: 32px;
  }
}
.sustainability .sustainability-right ul {
  margin-bottom: 1.5rem;
}
.sustainability .sustainability-right ul li {
  list-style: disc !important;
  font-size: 18px;
  font-weight: 500;
  margin-left: 2rem;
}
@media screen and (max-width: 1199px) {
  .sustainability .sustainability-right ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .sustainability .sustainability-right ul li {
    font-size: 14px;
  }
}
.sustainability .sustainability-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificates-compliance {
  padding: 6rem 0;
  margin-top: -4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .certificates-compliance {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .certificates-compliance {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  .certificates-compliance {
    padding: 1.5rem 0;
  }
}
.certificates-compliance h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 4rem;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .certificates-compliance h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .certificates-compliance h1 {
    font-size: 32px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .certificates-compliance h1 {
    font-size: 32px;
    margin-bottom: 2rem;
  }
}
.certificates-compliance .certificate-slider .certificate-image {
  padding: 1rem;
  border-radius: 42px;
  background-color: #fff;
}
.certificates-compliance .certificate-slider .certificate-image img {
  border-radius: 42px;
}
.certificates-compliance::after {
  content: "";
  background-color: #879C55;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.get-connect {
  padding: 4rem 10rem;
}
@media screen and (max-width: 1199px) {
  .get-connect {
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .get-connect {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 480px) {
  .get-connect {
    padding: 1rem 1rem;
  }
}
.get-connect h1 {
  font-size: 42px;
  font-weight: 800;
  color: #879C55;
}
@media screen and (max-width: 767px) {
  .get-connect h1 {
    font-size: 32px;
  }
}
.get-connect p {
  padding: 1rem 0 0 0;
}
@media screen and (max-width: 991px) {
  .get-connect p {
    padding: 0;
  }
}
.get-connect .get-touch-button {
  padding: 2rem 0;
}
@media screen and (max-width: 575px) {
  .get-connect .get-touch-button {
    padding: 1rem 0;
  }
}

.aboutus-head {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.aboutus-head .aboutus-heading {
  padding: 12rem 24rem 8rem 2rem;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  .aboutus-head .aboutus-heading {
    padding: 12rem 12rem 8rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .aboutus-head .aboutus-heading {
    padding: 10rem 10rem 7rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-head .aboutus-heading {
    padding: 10rem 6rem 7rem 2rem;
  }
}
.aboutus-head .aboutus-heading h1 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.aboutus-head::after {
  content: "";
  background-color: rgba(135, 156, 85, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caps-and-clouser-effct {
  background-image: url("../assets/images/cac-banner.png");
}
@media screen and (max-width: 575px) {
  .caps-and-clouser-effct {
    background-image: url("../assets/images/mobile/mobile575.png");
    background-position: top !important;
  }
}
@media screen and (max-width: 480px) {
  .caps-and-clouser-effct {
    background-image: url("../assets/images/mobile/mobile480.png");
    background-position: top !important;
  }
}
@media screen and (max-width: 380px) {
  .caps-and-clouser-effct {
    background-image: url("../assets/images/mobile/mobile360.png");
  }
}

.aboutus-content {
  padding: 3rem 4rem;
}
@media screen and (max-width: 1199px) {
  .aboutus-content {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-content {
    padding: 2rem 2rem;
  }
}
.aboutus-content p {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .aboutus-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .aboutus-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .aboutus-content p {
    font-size: 14px;
  }
}

.about-video {
  padding: 4rem;
  background-color: #879C55;
}
@media screen and (max-width: 1199px) {
  .about-video {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .about-video {
    padding: 2rem;
  }
}
.about-video .about-video-clips {
  position: relative;
}
.about-video .about-video-clips video {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 42px;
  cursor: pointer;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .about-video .about-video-clips video {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about-video .about-video-clips video {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .about-video .about-video-clips video {
    height: 250px;
  }
}
.about-video .about-video-clips .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .about-video .about-video-clips .video-play-button {
    left: 45%;
    transform: translate(-45%, -50%);
  }
}
.about-video .about-video-clips .video-play-button a {
  background-color: #fff;
  border-color: #fff;
  color: #879C55;
}
.about-video .about-video-clips .video-play-button a i {
  margin-right: 0.5rem;
}

.facts-figures .facts-figure-above-content {
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .facts-figures .facts-figure-above-content {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .facts-figures .facts-figure-above-content {
    padding: 2rem 1rem;
  }
}
.facts-figures .facts-figure-above-content p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .facts-figures .facts-figure-above-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .facts-figures .facts-figure-above-content p {
    font-size: 14px;
  }
}
.facts-figures .facts-figure-middle {
  background-color: #4A6B28;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .facts-figures .facts-figure-middle {
    padding: 2rem 2rem;
  }
}
.facts-figures .facts-figure-middle h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .facts-figures .facts-figure-middle h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .facts-figures .facts-figure-middle h1 {
    font-size: 36px;
  }
}
.facts-figures .facts-figure-middle .facts-figure-parts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .facts-figures .facts-figure-middle .facts-figure-parts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .facts-figures .facts-figure-middle .facts-figure-parts {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .facts-figures .facts-figure-middle .facts-figure-parts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.facts-figures .facts-figure-middle .facts-figure-parts .facts-fig-part {
  background-color: #F3F8F2;
  border-radius: 42px;
  padding: 2rem 0 1rem 0;
}
.facts-figures .facts-figure-middle .facts-figure-parts .facts-fig-part img {
  width: 120px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.facts-figures .facts-figure-middle .facts-figure-parts .facts-fig-part p {
  font-size: 16px;
  font-weight: 500;
  padding-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .facts-figures .facts-figure-middle .facts-figure-parts .facts-fig-part p {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .facts-figures .facts-figure-middle .facts-figure-parts .facts-fig-part p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .facts-figures .facts-figure-middle .facts-figure-parts .facts-fig-part p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .facts-figures .facts-figure-middle .facts-figure-parts .facts-fig-part p {
    font-size: 14px;
  }
}

.our-strategy-top {
  padding: 2rem 4rem;
}
@media screen and (max-width: 1199px) {
  .our-strategy-top {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .our-strategy-top {
    padding: 2rem 2rem;
  }
}
.our-strategy-top h1 {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 1rem;
  color: #879C55;
}
@media screen and (max-width: 767px) {
  .our-strategy-top h1 {
    padding-bottom: 1.5rem;
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .our-strategy-top h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .our-strategy-top h1 {
    font-size: 22px;
  }
}
.our-strategy-top p {
  font-size: 18px;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .our-strategy-top p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .our-strategy-top p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .our-strategy-top p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .our-strategy-top p {
    font-size: 14px;
  }
}

.our-strategy .our-strategy-middle {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 10rem;
}
@media screen and (max-width: 991px) {
  .our-strategy .our-strategy-middle {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .our-strategy .our-strategy-middle {
    padding: 2rem 2rem;
  }
}
.our-strategy .our-strategy-middle img {
  width: 100%;
}
.our-strategy .our-strategy-bottom {
  padding: 2rem 12rem;
}
@media screen and (max-width: 1199px) {
  .our-strategy .our-strategy-bottom {
    padding: 2rem 10rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .our-strategy .our-strategy-bottom {
    padding: 2rem 8rem;
  }
}
@media screen and (max-width: 991px) {
  .our-strategy .our-strategy-bottom {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .our-strategy .our-strategy-bottom {
    padding: 2rem 2rem;
  }
}
.our-strategy .our-strategy-bottom p {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .our-strategy .our-strategy-bottom p {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  .our-strategy .our-strategy-bottom p {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .our-strategy .our-strategy-bottom p {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .our-strategy .our-strategy-bottom p {
    font-size: 22px;
  }
}

.services-achive {
  padding: 0 4rem 3rem 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  .services-achive {
    padding: 3rem 3rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .services-achive {
    grid-template-columns: repeat(2, 1fr);
    padding: 0rem 3rem 3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .services-achive {
    padding: 0rem 2rem 3rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .services-achive {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-achive .services-achive-part {
  background-color: #F3F8F2;
  border-radius: 42px;
  padding: 1rem;
  text-align: center;
}
.services-achive .services-achive-part img {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 4.5rem;
}
@media screen and (max-width: 1199px) {
  .services-achive .services-achive-part img {
    width: 90px;
    height: 80px;
    padding: 0;
  }
}
.services-achive .services-achive-part P {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .services-achive .services-achive-part P {
    font-size: 14px;
  }
}
.services-achive .services-achive-part:nth-child(1) img {
  width: 100% !important;
  height: initial !important;
  margin-bottom: 4rem !important;
  padding: 0 2rem;
}
@media screen and (max-width: 1199px) {
  .services-achive .services-achive-part:nth-child(1) img {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  .services-achive .services-achive-part:nth-child(1) img {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .services-achive .services-achive-part:nth-child(1) img {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 575px) {
  .services-achive .services-achive-part:nth-child(1) img {
    padding: 0 3rem;
  }
}
.services-achive .services-achive-part:nth-child(2) img {
  width: 100% !important;
  padding: 0 3rem !important;
  height: auto !important;
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 1199px) {
  .services-achive .services-achive-part:nth-child(2) img {
    padding: 0 2rem !important;
  }
}
@media screen and (max-width: 991px) {
  .services-achive .services-achive-part:nth-child(2) img {
    padding: 0 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .services-achive .services-achive-part:nth-child(2) img {
    padding: 0 2rem !important;
  }
}
@media screen and (max-width: 575px) {
  .services-achive .services-achive-part:nth-child(2) img {
    padding: 0 5rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .services-achive .services-achive-part:nth-child(4) img {
    width: 100px !important;
  }
}

.we-create-pro {
  background-color: #4A6B28;
}

.contact-head {
  background-color: #879C55;
}
.contact-head .contact-heading-top-banner {
  padding: 10rem 0 6rem 0;
}
.contact-head .contact-heading-top-banner h1 {
  font-size: 48px;
  color: #fff;
}

.contact-form-info {
  padding: 4rem 0 1rem 0;
}
@media screen and (max-width: 991px) {
  .contact-form-info {
    padding: 2rem 0;
  }
}
.contact-form-info .contact-form-filling h2 {
  font-size: 36px;
  font-weight: 600;
  color: #879C55;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .contact-form-info .contact-form-filling h2 {
    padding-bottom: 1rem;
  }
}
.contact-form-info .contact-form-filling input,
.contact-form-info .contact-form-filling textarea {
  border: none;
  background-color: #F3F8F2;
  margin: 1rem 0;
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 991px) {
  .contact-form-info .contact-form-filling input,
  .contact-form-info .contact-form-filling textarea {
    padding: 0.5rem 1rem;
  }
}
.contact-form-info .contact-form-filling input {
  border-radius: 50px;
}
.contact-form-info .contact-form-filling textarea {
  border-radius: 24px;
}
.contact-form-info .contact-form-filling .contact-info-submit {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-form-info .contact-form-filling .contact-info-submit {
    padding: 1rem 0;
  }
}
.contact-form-info .contact-info-card {
  padding: 1rem;
  border-radius: 24px;
  color: #fff;
  margin: 1rem 0;
}
.contact-form-info .contact-info-card a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .contact-form-info .contact-info-card a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-info .contact-info-card a {
    font-size: 18px;
  }
}
.contact-form-info .contact-info-card a i {
  background-color: #86B680;
  border-radius: 50px;
  padding: 8px;
  margin-right: 0.5rem;
}
.contact-form-info .contact-info-card p {
  padding-top: 1rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 991px) {
  .contact-form-info .contact-info-card p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-info .contact-info-card p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .contact-form-info .contact-info-card p {
    font-size: 14px;
  }
}
.contact-form-info .contact-info-card:nth-child(3) {
  background-color: #879C55;
}
.contact-form-info .contact-info-card:nth-child(3) a i {
  padding: 8px 10px !important;
}
.contact-form-info .contact-info-card:nth-child(1) {
  background-color: #4A6B28;
}
.contact-form-info .contact-info-card:nth-child(1) i {
  font-size: 16px;
}
.contact-form-info .contact-info-card:nth-child(2) {
  background-color: #5B7C43;
}

.sustainability-top-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.sustainability-top-banner .sustainability-details {
  color: #fff;
  padding: 15rem 15rem 6rem 15rem;
}
@media screen and (max-width: 1399px) {
  .sustainability-top-banner .sustainability-details {
    padding: 15rem 10rem 6rem 10rem;
  }
}
@media screen and (max-width: 1199px) {
  .sustainability-top-banner .sustainability-details {
    padding: 13rem 6rem 6rem 6rem;
  }
}
@media screen and (max-width: 991px) {
  .sustainability-top-banner .sustainability-details {
    padding: 13rem 2rem 6rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .sustainability-top-banner .sustainability-details {
    padding: 9rem 2rem 3rem 2rem;
  }
}
.sustainability-top-banner .sustainability-details h3 {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .sustainability-top-banner .sustainability-details h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .sustainability-top-banner .sustainability-details h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .sustainability-top-banner .sustainability-details h3 {
    font-size: 26px;
  }
}
.sustainability-top-banner .sustainability-details p {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .sustainability-top-banner .sustainability-details p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sustainability-top-banner .sustainability-details p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sustainability-top-banner .sustainability-details p {
    font-size: 14px;
  }
}

.sustainability-cycle {
  padding: 3rem 13rem;
}
@media screen and (max-width: 1399px) {
  .sustainability-cycle {
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .sustainability-cycle {
    padding: 3rem 6rem;
  }
}
@media screen and (max-width: 991px) {
  .sustainability-cycle {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-cycle {
    padding: 2rem 2rem;
  }
}
.sustainability-cycle h1 {
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 1rem;
  color: #879C55;
}
@media screen and (max-width: 1199px) {
  .sustainability-cycle h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .sustainability-cycle h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-cycle h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .sustainability-cycle h1 {
    font-size: 24px;
  }
}
.sustainability-cycle p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .sustainability-cycle p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sustainability-cycle p {
    font-size: 14px;
  }
}
.sustainability-cycle ul {
  text-align: start !important;
}
.sustainability-cycle ul li {
  list-style: decimal !important;
  padding: 0.5rem 0;
}

.sustain-renewable {
  background-color: #879C55;
  border-radius: 42px;
}
.sustain-renewable .renewable-top {
  text-align: center;
  padding: 1rem 8rem;
  color: #fff;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .sustain-renewable .renewable-top {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-top {
    padding: 1rem 2rem;
  }
}
.sustain-renewable .renewable-top h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .sustain-renewable .renewable-top h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-top h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sustain-renewable .renewable-top h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-top h1 {
    font-size: 26px;
  }
}
.sustain-renewable .renewable-top p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-top p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-top p {
    font-size: 14px;
  }
}
.sustain-renewable .renewable-bottom {
  padding: 1rem 15rem;
}
@media screen and (max-width: 1199px) {
  .sustain-renewable .renewable-bottom {
    padding: 1rem 10rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .sustain-renewable .renewable-bottom {
    padding: 1rem 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-bottom {
    padding: 1rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sustain-renewable .renewable-bottom {
    padding: 1rem 2rem;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content {
  background-color: #4A6B28;
  padding: 2rem;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content {
    padding: 2rem 1rem;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top {
  padding-left: 15rem;
}
@media screen and (max-width: 1399px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top {
    padding-left: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top {
    display: none;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top h6 {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top h6 {
    font-size: 16px;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top p {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-top p {
    font-size: 13px;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle .sust-web {
    display: none;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle .sust-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle .sust-mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle .sust-web {
    display: none;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle .sust-mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle .sust-mobile {
    display: block;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle P {
  padding-right: 5rem;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle P {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle P {
    padding-right: 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle P {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle P {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-bottom-content-middle P {
    font-size: 13px;
    display: none;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom {
    display: none;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom h6 {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom h6 {
    font-size: 16px;
  }
}
.sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .sustain-renewable .renewable-bottom .renewable-bottom-content .renewable-middle-content-bottom p {
    font-size: 13px;
  }
}

.recycle-fabric-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .recycle-fabric-items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 350px);
  }
  .recycle-fabric-items .recycle-item1 {
    grid-row: 1/2;
  }
  .recycle-fabric-items .recycle-item2 {
    grid-row: 2/3;
  }
  .recycle-fabric-items .recycle-item3 {
    grid-row: 4/5;
  }
  .recycle-fabric-items .recycle-item4 {
    grid-row: 3/4;
  }
}
@media screen and (max-width: 480px) {
  .recycle-fabric-items {
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
  }
}
.recycle-fabric-items img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .recycle-fabric-items img {
    height: 100%;
  }
}
.recycle-fabric-items .recycle-fabric-content {
  padding: 3rem 2rem;
  align-content: center;
  background-color: #F3F8F2;
}
@media screen and (max-width: 1199px) {
  .recycle-fabric-items .recycle-fabric-content {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 480px) {
  .recycle-fabric-items .recycle-fabric-content {
    padding: 0 1rem;
    padding: 0 1rem;
  }
}
.recycle-fabric-items .recycle-fabric-content h5 {
  color: #879C55;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .recycle-fabric-items .recycle-fabric-content h5 {
    font-size: 18px;
  }
}
.recycle-fabric-items .recycle-fabric-content p {
  padding-top: 3rem;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1399px) {
  .recycle-fabric-items .recycle-fabric-content p {
    font-size: 17px;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .recycle-fabric-items .recycle-fabric-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .recycle-fabric-items .recycle-fabric-content p {
    font-size: 13px;
    padding-top: 0.5rem;
  }
}
.recycle-fabric-items ul li {
  list-style: disc !important;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .recycle-fabric-items ul li {
    font-size: 14px;
  }
}

.carbon-footprint {
  padding: 2rem 4rem 0 4rem;
}
@media screen and (max-width: 991px) {
  .carbon-footprint {
    padding: 2rem 2rem 0 2rem;
  }
}
.carbon-footprint .footprint-heading {
  padding: 0 5rem;
}
@media screen and (max-width: 1199px) {
  .carbon-footprint .footprint-heading {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .carbon-footprint .footprint-heading {
    padding: 0 0;
  }
}
@media screen and (max-width: 991px) {
  .carbon-footprint .footprint-heading {
    padding: 0 0;
  }
}
.carbon-footprint .footprint-heading h1 {
  font-size: 48px;
  font-weight: 600;
  color: #879C55;
}
@media screen and (max-width: 991px) {
  .carbon-footprint .footprint-heading h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .carbon-footprint .footprint-heading h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .carbon-footprint .footprint-heading h1 {
    font-size: 26px;
  }
}
.carbon-footprint .footprint-heading h4 {
  font-size: 22px;
  font-weight: 500;
  color: #4A6B28;
  padding: 1rem 0;
}
@media screen and (max-width: 991px) {
  .carbon-footprint .footprint-heading h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .carbon-footprint .footprint-heading h4 {
    font-size: 18px;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 575px) {
  .carbon-footprint .footprint-heading h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .carbon-footprint .footprint-heading h4 {
    font-size: 13px;
  }
}
.carbon-footprint .footprint-heading p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .carbon-footprint .footprint-heading p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .carbon-footprint .footprint-heading p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .carbon-footprint .footprint-heading p {
    font-size: 12px;
  }
}
.carbon-footprint .footprint-heading .carbon-foot-list ul li {
  margin-left: 1rem;
  list-style: disc !important;
}
@media screen and (max-width: 575px) {
  .carbon-footprint .footprint-heading .carbon-foot-list ul li {
    font-size: 16px;
    font-size: 14px;
  }
}
.carbon-footprint .footprint-heading .carbon-foot-list ul .carbon-foot-list ul li {
  margin-left: 1rem;
  list-style: disc !important;
}
@media screen and (max-width: 575px) {
  .carbon-footprint .footprint-heading .carbon-foot-list ul .carbon-foot-list ul li {
    font-size: 14px;
  }
}
.carbon-footprint .footprint-heading .carbon-foot-list .footprint-image {
  padding: 2rem 8rem;
}
@media screen and (max-width: 1199px) {
  .carbon-footprint .footprint-heading .carbon-foot-list .footprint-image {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .carbon-footprint .footprint-heading .carbon-foot-list .footprint-image {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .carbon-footprint .footprint-heading .carbon-foot-list .footprint-image {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  .carbon-footprint .footprint-heading .carbon-foot-list .footprint-image {
    padding: 2rem 0;
  }
}
.carbon-footprint .footprint-heading .carbon-foot-list .footprint-image img {
  width: 100%;
}
.carbon-footprint .footprint-heading .carbon-foot-list .footprint-image p {
  font-size: 30px;
  font-weight: 700;
  color: #4A6B28;
  text-align: center;
  padding-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .carbon-footprint .footprint-heading .carbon-foot-list .footprint-image p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .carbon-footprint .footprint-heading .carbon-foot-list .footprint-image p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .carbon-footprint .footprint-heading .carbon-foot-list .footprint-image p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .carbon-footprint .footprint-heading .carbon-foot-list .footprint-image p {
    font-size: 10px;
  }
}
.carbon-footprint .footprint-heading .boxes-carton {
  padding: 2rem 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  background-color: #4A6B28;
}
@media screen and (max-width: 991px) {
  .carbon-footprint .footprint-heading .boxes-carton {
    padding: 2rem 2rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .carbon-footprint .footprint-heading .boxes-carton {
    grid-template-columns: repeat(2, 1fr);
  }
}
.carbon-footprint .footprint-heading .boxes-carton .boxes-items {
  text-align: center;
}
.carbon-footprint .footprint-heading .boxes-carton .boxes-items img {
  width: 100%;
  border-radius: 24px;
}
.carbon-footprint .footprint-heading .boxes-carton .boxes-items p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-top: 1rem;
}
@media screen and (max-width: 1199px) {
  .carbon-footprint .footprint-heading .boxes-carton .boxes-items p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .carbon-footprint .footprint-heading .boxes-carton .boxes-items p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .carbon-footprint .footprint-heading .boxes-carton .boxes-items p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .carbon-footprint .footprint-heading .boxes-carton .boxes-items p {
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .carbon-footprint .footprint-heading .boxes-carton .boxes-items p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .carbon-footprint .footprint-heading .boxes-carton .boxes-items p {
    font-size: 12px;
  }
}

.gable-top-banner-top {
  padding: 5rem 10rem 15rem 10rem !important;
}
@media screen and (max-width: 767px) {
  .gable-top-banner-top {
    padding: 7rem 6rem 15rem 6rem !important;
  }
}
@media screen and (max-width: 575px) {
  .gable-top-banner-top {
    padding: 7rem 4rem 15rem 4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .gable-top-banner-top {
    padding: 6rem 2rem 12rem 2rem !important;
  }
}

.gabble-practical-versatile {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .gabble-practical-versatile {
    padding-top: 2rem;
  }
}
.gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-top p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-top p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-top p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-top p {
    font-size: 14px;
  }
}
.gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-top ul li {
  list-style: disc !important;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-top ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-top ul li {
    font-size: 14px;
  }
}
.gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-heading {
  padding: 1rem 10rem;
}
@media screen and (max-width: 1199px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-heading {
    padding: 1rem 6rem;
  }
}
@media screen and (max-width: 991px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-heading {
    padding: 1rem 0rem;
  }
}
.gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-heading h1 {
  font-size: 42px;
  font-weight: 800;
  color: #879C55;
}
@media screen and (max-width: 991px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-heading h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-heading h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .gabble-practical-versatile .gabble-top-practice-versatile .gabble-practice-heading h1 {
    font-size: 24px;
  }
}
.gabble-practical-versatile .gabble-practice-bottom {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}
@media screen and (max-width: 767px) {
  .gabble-practical-versatile .gabble-practice-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left {
  background-color: #879C55;
  padding: 2rem 6rem 2rem 4rem;
  align-content: center;
}
@media screen and (max-width: 991px) {
  .gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left {
    padding: 2rem 3rem 2rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left {
    padding: 2rem 2rem;
  }
}
.gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left p:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left p:nth-child(1) {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left p:nth-child(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left p:nth-child(1) {
    font-size: 18px;
  }
}
.gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left p:nth-child(2) {
  font-family: 18px;
  font-weight: 500;
  color: #fff;
}
.gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left ul li {
  font-size: 18px;
  list-style: disc !important;
  color: #fff;
  margin-left: 1rem;
  padding: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-left ul li {
    font-size: 14px;
  }
}
.gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-right {
  background-color: #F3F8F2;
}
.gabble-practical-versatile .gabble-practice-bottom .gabble-practice-bottom-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}

.gabble-top-carton-packing {
  background-color: #F3F8F2;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .gabble-top-carton-packing {
    padding: 2rem 0;
  }
}
.gabble-top-carton-packing h1 {
  font-size: 42px;
  font-weight: 800;
  color: #879C55;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .gabble-top-carton-packing h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .gabble-top-carton-packing h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .gabble-top-carton-packing h1 {
    font-size: 24px;
  }
}
.gabble-top-carton-packing .gabble-top-packing-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .gabble-top-carton-packing .gabble-top-packing-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .gabble-top-carton-packing .gabble-top-packing-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item {
  background-color: #fff;
  border-radius: 24px;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1199px) {
  .gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item {
    padding: 1rem 0.5rem;
  }
}
.gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item p {
  font-size: 20px;
  font-weight: 500;
  padding: 1rem 0;
}
.gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item .gabble-packing-measure {
  background-color: #F3F8F2;
  border-radius: 50px;
  padding: 0.5rem 0.5rem;
  align-content: center;
}
.gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item .gabble-packing-measure p {
  font-size: 18px;
  font-weight: 600;
  color: #879C55;
  margin-bottom: 0 !important;
  padding: 0;
}
.gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item:nth-child(1) img {
  padding-top: 6rem;
}
.gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item:nth-child(2) img {
  padding-top: 3.5rem;
}
.gabble-top-carton-packing .gabble-top-packing-items .gabble-packinh-item:nth-child(3) img {
  padding-top: 2rem;
}

.gable-top-applications h1 {
  font-size: 42px;
  font-weight: 800;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .gable-top-applications h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .gable-top-applications h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .gable-top-applications h1 {
    font-size: 24px;
  }
}
.gable-top-applications .gable-top-option-content {
  overflow-x: hidden;
  overflow-x: hidden;
}
.gable-top-applications .gable-top-option-content .gable-top-option-left {
  background-color: #F3F8F2;
  padding: 2rem 4rem;
  color: #879C55;
}
@media screen and (max-width: 1199px) {
  .gable-top-applications .gable-top-option-content .gable-top-option-left {
    padding: 2rem 3rem;
  }
}
.gable-top-applications .gable-top-option-content .gable-top-option-left .gable-top-left-para p {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #879C55;
}
@media screen and (max-width: 991px) {
  .gable-top-applications .gable-top-option-content .gable-top-option-left .gable-top-left-para p {
    font-size: 18px;
  }
}
.gable-top-applications .gable-top-option-content .gable-top-option-left .gable-top-right-list ul li {
  padding: 0.5rem 0;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .gable-top-applications .gable-top-option-content .gable-top-option-left .gable-top-right-list ul li {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .gable-top-applications .gable-top-option-content .gable-top-option-left .gable-top-right-list ul li {
    font-size: 15px;
    padding: 0.3rem 0;
  }
}
.gable-top-applications .gable-top-option-content .gable-top-option-right {
  background-color: #879C55;
  align-content: center;
}
.gable-top-applications .gable-top-option-content .gable-top-option-right img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .gable-top-applications .gable-top-option-content .gable-top-option-right img {
    height: 400px;
  }
}

.gable-top-left-para .section-title {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: color 0.6s ease, border-color 0.3s ease;
}

.gable-top-right-list ul li.active,
.gable-top-right-list ul li:hover {
  color: darkgreen;
  font-weight: bold;
  cursor: pointer;
}

.gable-top-left-para.active .section-title {
  color: darkgreen;
  border-bottom: 1px solid darkgreen;
}

.gable-plastic-filling {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .gable-plastic-filling {
    padding: 2rem 0;
  }
}
.gable-plastic-filling .gable-plastic-top h1 {
  font-size: 42px;
  font-weight: 800;
  color: #879C55;
  padding: 0 8rem;
}
@media screen and (max-width: 1199px) {
  .gable-plastic-filling .gable-plastic-top h1 {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 991px) {
  .gable-plastic-filling .gable-plastic-top h1 {
    padding: 0 0;
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .gable-plastic-filling .gable-plastic-top h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .gable-plastic-filling .gable-plastic-top h1 {
    font-size: 24px;
  }
}
.gable-plastic-filling .gable-plastic-top p {
  font-size: 18px;
  font-size: 500;
  padding: 2rem 4rem;
}
@media screen and (max-width: 991px) {
  .gable-plastic-filling .gable-plastic-top p {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .gable-plastic-filling .gable-plastic-top p {
    padding: 2rem 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .gable-plastic-filling .gable-plastic-top p {
    padding: 1rem 0;
  }
}
.gable-plastic-filling .gable-plastic-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 500px);
  gap: 3rem;
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .gable-plastic-filling .gable-plastic-images {
    grid-template-rows: repeat(1, 450px);
  }
}
@media screen and (max-width: 991px) {
  .gable-plastic-filling .gable-plastic-images {
    grid-template-rows: repeat(1, 350px);
  }
}
@media screen and (max-width: 767px) {
  .gable-plastic-filling .gable-plastic-images {
    grid-template-rows: repeat(1, 300px);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .gable-plastic-filling .gable-plastic-images {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 300px);
  }
}
.gable-plastic-filling .gable-plastic-images .gable-plastic-img {
  background-color: #879C55;
  border-radius: 42px;
}

.caps-clouser-items {
  grid-template-columns: repeat(2, 1fr) !important;
}
@media screen and (max-width: 767px) {
  .caps-clouser-items {
    gap: 1rem !important;
  }
}
@media screen and (max-width: 575px) {
  .caps-clouser-items {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.caps-clouser-items .gabble-packinh-item {
  padding: 2rem 3rem !important;
}
@media screen and (max-width: 991px) {
  .caps-clouser-items .gabble-packinh-item {
    padding: 2rem 1rem !important;
  }
}
.caps-clouser-items .gabble-packinh-item img {
  padding-top: 0 !important;
}
@media screen and (max-width: 991px) {
  .caps-clouser-items .gabble-packinh-item img {
    height: 200px !important;
  }
}
.caps-clouser-items .gabble-packinh-item .gabble-packing-measure {
  margin: 0 6rem;
}
@media screen and (max-width: 991px) {
  .caps-clouser-items .gabble-packinh-item .gabble-packing-measure {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .caps-clouser-items .gabble-packinh-item .gabble-packing-measure {
    margin: 0 0;
  }
}
@media screen and (max-width: 575px) {
  .caps-clouser-items .gabble-packinh-item .gabble-packing-measure {
    margin: 0 4rem;
  }
}

.caps-and-clouser-effct .heading-cap-green h1 {
  font-size: 42px;
  font-weight: 500;
  color: #879C55;
}
@media screen and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .caps-and-clouser-effct .heading-cap-green h1 {
    font-size: 25px;
  }
}
.caps-and-clouser-effct .heading-cap-green p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .caps-and-clouser-effct .heading-cap-green p {
    font-size: 13px;
  }
}
@media screen and (max-width: 380px) {
  .caps-and-clouser-effct .heading-cap-green p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green {
    background-position: right !important;
  }
}
.caps-and-clouser-effct .heading-cap-green .aboutus-heading {
  padding: 12rem 26rem 8rem 26rem !important;
}
@media screen and (max-width: 1199px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading {
    padding: 10rem 17rem 5rem 17rem !important;
  }
}
@media screen and (max-width: 1060px) and (min-width: 992px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading {
    padding: 9rem 15rem 5rem 15rem !important;
  }
}
@media screen and (max-width: 991px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading {
    padding: 6rem 8rem 4rem 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading {
    padding: 8rem 4rem 2rem 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading {
    padding: 8rem 7rem 3rem 2rem !important;
  }
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .heading-cap-green h1 {
    font-size: 42px;
    font-weight: 500;
    color: #879C55;
  }
}
@media screen and (max-width: 480px) and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .heading-cap-green h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .heading-cap-green h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .heading-cap-green p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
}
@media screen and (max-width: 480px) and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .heading-cap-green p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) and (max-width: 575px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .heading-cap-green p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .heading-cap-green p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .aboutus-heading {
    padding: 12rem 26rem 8rem 26rem !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 1199px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .aboutus-heading {
    padding: 10rem 17rem 5rem 17rem !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 1060px) and (min-width: 992px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .aboutus-heading {
    padding: 9rem 15rem 5rem 15rem !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .aboutus-heading {
    padding: 6rem 8rem 4rem 8rem !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .aboutus-heading {
    padding: 8rem 4rem 2rem 1rem !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 575px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .aboutus-heading {
    padding: 8rem 4rem 3rem 4rem !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .aboutus-heading {
    padding: 8rem 4rem 3rem 2rem !important;
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .aboutus-heading {
    padding: 10rem 2rem 3rem 1rem !important;
  }
}
@media screen and (max-width: 480px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading::after {
    display: none !important;
  }
}
.caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle {
  padding-top: 4rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle {
    padding-top: 1rem;
  }
}
.caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img {
  width: 500px !important;
  padding: 3rem;
}
.caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-closure-recycle {
  padding-top: 4rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-closure-recycle {
    padding-top: 1rem;
  }
}
.caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-closure-recycle .recycle-fabric-img {
  width: 500px !important;
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-closure-recycle .recycle-fabric-img {
    width: 380px !important;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-closure-recycle .recycle-fabric-img {
    width: 350px !important;
  }
}
@media screen and (max-width: 575px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-closure-recycle .recycle-fabric-img {
    width: 350px !important;
  }
}
@media screen and (max-width: 575px) {
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-mobile-images {
    display: flex !important;
    flex-direction: column !important;
    /* Arrange items vertically */
    gap: 10px;
  }
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-mobile-images .caps-image1:nth-child(1) {
    order: 1 !important;
    padding: 0 1rem !important;
  }
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-mobile-images .caps-image1:nth-child(2) {
    order: 2 !important;
    padding: 2rem 1rem;
  }
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-mobile-images .caps-image1:nth-child(3) {
    order: 4 !important;
    padding: 2rem 1rem;
  }
  .caps-and-clouser-effct .heading-cap-green .aboutus-heading .caps-closure-recycle .caps-closure-recycle .recycle-fabric-img .caps-mobile-images .caps-image1:nth-child(4) {
    order: 3 !important;
  }
}

.modular-furniture-area {
  padding: 4rem 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 575px) {
  .modular-furniture-area {
    padding: 2rem 0;
  }
}
.modular-furniture-area .modular-furniture-list {
  border-left: 1px solid #d3e7a3;
  position: sticky;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .modular-furniture-list {
    border-left: none;
  }
}
.modular-furniture-area .modular-furniture-list ul {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .modular-furniture-list ul {
    display: flex;
    overflow-x: auto !important;
    margin-bottom: 3rem;
  }
}
.modular-furniture-area .modular-furniture-list ul li {
  padding: 0.5rem 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  padding-left: 0.8rem;
}
@media screen and (max-width: 991px) {
  .modular-furniture-area .modular-furniture-list ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .modular-furniture-list ul li {
    margin: 0 1rem;
    white-space: nowrap;
    font-size: 18px;
  }
}
.modular-furniture-area .modular-furniture-list ul li.active {
  font-weight: bold;
  color: #879C55;
  border-left: 3px solid #879C55;
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .modular-furniture-list ul li.active {
    border-left: none;
  }
}
.modular-furniture-area .modular-furniture-list ul li:hover {
  color: #879C55;
}
.modular-furniture-area .tab-content {
  display: none;
}
.modular-furniture-area .tab-content.active {
  display: block;
}
.modular-furniture-area .tab-content .modular-furniture-list-content img {
  width: 100%;
  background-color: #fff;
}
.modular-furniture-area .tab-content .modular-furniture-list-content p {
  font-size: 18px;
  font-weight: 500;
  padding: 0.5rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .modular-furniture-area .tab-content .modular-furniture-list-content p {
    font-size: 16px;
  }
}

.filling-milk-machine .filling-milk-content {
  padding: 1rem 2rem 2rem 1rem;
}
.filling-milk-machine .filling-milk-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #879C55;
}
.filling-milk-machine .filling-milk-content p {
  font-size: 16px;
}

.filling-after-effect::after {
  display: none !important;
}

.footer {
  background-color: #4A6B28;
  padding: 0rem 3rem 0rem;
  border-radius: 42px 42px 0 0;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 2rem 2rem 1rem;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 1rem 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1rem 2rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 1rem 1rem 1rem;
  }
}
.footer .footer-top {
  text-align: center;
}
.footer .footer-top img {
  max-width: 200px;
}
@media screen and (max-width: 991px) {
  .footer .footer-top img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top img {
    max-width: 200px;
  }
}
.footer .footer-top p {
  font-size: 16px;
  color: #fff;
  font-family: "Krona One", sans-serif;
  position: relative;
}
.footer .footer-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-top: 2.5rem;
  border-bottom: 2px solid #97A355;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-bottom {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0.5rem;
  }
}
.footer .footer-bottom .footer-right {
  padding-left: 5rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .footer-right {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-right {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-bottom .footer-right {
    text-align: center;
  }
}
.footer .footer-bottom .footer-right p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.footer .footer-bottom .footer-right ul li {
  margin: 0.5rem 0;
}
.footer .footer-bottom .footer-right ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
}
.footer .footer-bottom .footer-right .footer-right-social {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-right .footer-right-social {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.footer .footer-bottom .footer-right .footer-right-social a {
  margin: 0 0.5rem;
  color: #fff !important;
  font-size: 15px;
}
.footer .footer-bottom .footer-right .footer-right-social a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 575px) {
  .footer .footer-bottom .footer-right .footer-right-input {
    justify-content: center;
  }
}
.footer .footer-bottom .footer-right .footer-right-input input {
  border: 1px solid #97A355;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  margin-right: 1rem;
}
@media screen and (max-width: 1199px) {
  .footer .footer-bottom .footer-right .footer-right-input input {
    padding: 0.2rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .footer-right .footer-right-input input {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-right .footer-right-input input {
    max-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-bottom .footer-right .footer-right-input input {
    max-width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-bottom .footer-right .footer-right-input input {
    max-width: 200px;
  }
}
.footer .footer-bottom .footer-middle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-middle {
    text-align: center;
  }
}
.footer .footer-bottom .footer-middle p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .footer .footer-bottom .footer-middle p {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .footer-middle p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-middle p {
    font-size: 24px;
  }
}
.footer .footer-bottom .footer-middle ul li {
  margin: 0.5rem 0;
}
.footer .footer-bottom .footer-middle ul li a {
  color: #fff;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .footer-middle ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-middle ul li a {
    font-size: 15px;
  }
}
.footer .footer-bottom .footer-lower-left {
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .footer .footer-bottom .footer-lower-left {
    margin-bottom: 0;
  }
}
.footer .footer-bottom .footer-lower-left p {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .footer .footer-bottom .footer-lower-left p {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom .footer-lower-left p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .footer-lower-left p {
    font-size: 15px;
  }
}
.footer .sub-footer {
  padding: 2rem 0 1rem 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer .sub-footer {
    padding: 1rem 0 0rem 0;
  }
}
.footer .sub-footer a {
  color: #fff;
}
.footer .sub-footer a p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer .sub-footer a p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .sub-footer a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .footer .sub-footer a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .footer .sub-footer a p {
    font-size: 15px;
  }
}
.footer a:hover {
  font-weight: 600;
  scale: 1.01;
}/*# sourceMappingURL=styles.css.map */